projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ef021
)
rockchip: arm: remove no use macro
author
Kever Yang
<
[email protected]
>
Thu, 28 Mar 2019 09:36:07 +0000
(17:36 +0800)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 30 Apr 2019 22:00:05 +0000
(
00:00
+0200)
TIMER7_BASE is no used by source code now, remove it.
Signed-off-by: Kever Yang <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
arch/arm/include/asm/arch-rockchip/hardware.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-rockchip/hardware.h
b/arch/arm/include/asm/arch-rockchip/hardware.h
index cd94bdd1ba3a35ae267ec0b18dca097cf6a00a2e..62e8bed8f31e753c000afb90143b6d08c6e3c773 100644
(file)
--- a/
arch/arm/include/asm/arch-rockchip/hardware.h
+++ b/
arch/arm/include/asm/arch-rockchip/hardware.h
@@
-10,8
+10,6
@@
#define RK_SETBITS(set) RK_CLRSETBITS(0, set)
#define RK_CLRBITS(clr) RK_CLRSETBITS(clr, 0)
-#define TIMER7_BASE 0xff810020
-
#define rk_clrsetreg(addr, clr, set) \
writel(((clr) | (set)) << 16 | (set), addr)
#define rk_clrreg(addr, clr) writel((clr) << 16, addr)